home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / morse / ped / ped.txt < prev    next >
Text File  |  1994-03-22  |  6KB  |  160 lines

  1.  
  2. >>>>>>>> CW Pileup  trainer   Ped.exe   Ver 4.11i  by JE3MAS <<<<<<<<
  3.            Copyright(C) 1993,1994 by MasIII H.Kozu
  4.  
  5.    /*  This is a free software.   It can be freely distributed.  */
  6.  
  7.   *---------------------------------------------------------------*
  8.   | This is a pileup trainer for IBM PC and Sound Blaster users.  |
  9.   | You can run a 9 station pileup as long as you like.           |
  10.   | 18 stations when using Sound Blaster PRO                      |
  11.   |                     or Pro Audio Spectrum 16!!                |
  12.   | 1 station with beep sound for users without sound card.       |
  13.   | New super pileup mode supported.                              |
  14.   *---------------------------------------------------------------*
  15.  
  16.  
  17. *****  Reference *****
  18.  
  19. <<running ped>>
  20.                 Ped [-prn][-pro|-pas][-xt][-super]
  21.                       ;-prn    Selects Printer port for connecting Paddles.
  22.                                (Default is Joystick port on your Sound Blaster)
  23.                       ;-pro    For Sound Blaster PRO users.
  24.                       ;-pas    For Pro Audio Spectrum 16 users.
  25.                       ;-xt     For PC XT users.
  26.                       ;-super  Super pileup mode.
  27.                               * In this mode,pileup becomes double.
  28.                               * Some functions are disabled.
  29.                               * Pileup S/N becomes worse.
  30.  
  31. <<Sound Blaster Base I/O address>>
  32.                 default ;   220h
  33.                 You can select 240h I/O address by using the following:
  34.                                 
  35.                     SET BLASTER=A240 I7 D1 T2  
  36.                     (As for 'BLASTER' , See Sound Blaster Installation Guide )
  37.  
  38.  
  39. <<MVSOUND.SYS Driver (for PAS16 users)>>
  40.                 Pro Audio Spectrum 16 users must insert a line like
  41.  
  42.                    DEVICE=C:\PROAUDIO\MVSOUND.SYS D:3 Q:7
  43.  
  44.                 in your CONFIG.SYS file in order to load MVSOUND.SYS driver.
  45.  
  46.                 (Refer to PAS16 user's guide for more information about
  47.                  MVSOUND.SYS driver.)  
  48.  
  49.  
  50. <<Keys equivalent to CT>> 
  51.  
  52.       HOME,CTRL-A        :Start of field
  53.       END,CTRL-E         :End of field
  54.       BS, CTRL-H         :Backspace
  55.       DEL,CTRL-D         :Delete character
  56.       CTRL-K             :Delete to end of field
  57.       CTRL-W             :Delete field
  58.       Right Arrow,CTRL-F :Forward character
  59.       Left Arrow,CTRL-B  :Backward character
  60.  
  61.       Alt-F8,Alt-W       :Wipe QSO
  62.       Alt-F9             :QRS
  63.       Alt-F10            :QRQ
  64.       Alt-Q              :Quit
  65.  
  66.       F1                 :Send CQ message
  67.       F2                 :Send exchange message
  68.       F3                 :Send confirm message
  69.       F4                 :Send my call
  70.       F5                 :Send his call
  71.       F6                 :Send cl?
  72.       F7                 :Send ?
  73.  
  74.       return,CTRL-M      :Log QSO
  75.       Ins                :F5 and F2
  76.       ESC                :Panic stop
  77.       +                  :F3 and Return
  78.       Spacebar           :Toggle call and No.(Only for CT trainer)
  79.  
  80.       shift+F1           :Set F1 message
  81.       shift+F2           :Set F2 message
  82.       shift+F3           :Set F3 message
  83.       shift+F4           :Set F4 message
  84.       shift+F6           :Set F6 message
  85.       shift+F7           :Set F7 message
  86.  
  87.  
  88. <<Keys not equivalent to CT>>
  89.  
  90.       CTRL-I               :Change input mode(insert[default]/overwrite)
  91.       CTRL-R               :Reverse Paddle dot and dash
  92.       Upward Arrow         :QRQ (coarse)
  93.       Downward Arrow       :QRS (coarse)
  94.       shift+Upward Arrow   :QRQ (fine)
  95.       shift+Dwonward Arrow :QRS (fine)
  96.         
  97.       alt+Upward Arrow,
  98.       shift+f9             :Tone pitch adjust
  99.       
  100.       alt+Downward Arrow,
  101.       shift+f10            :Tone pitch adjust
  102.       Pg Up                :Tuning dial (up)
  103.       Pg Dn                :Tuning dial (down)
  104.  
  105.  
  106. <<Text commands you can use>>
  107.  
  108.       QUIT           Quit and return to menu
  109.       CORRECT        Adds hiscall to confirming message when you make
  110.                       any correction.
  111.       NOCORRECT      Disables CORRECT
  112.  
  113.  
  114. <<How to connect Paddles or Keyer>>
  115.   You can choose one of these.
  116.  
  117.   *Printer port                        Paddles/Keyer
  118.  
  119.       Pin 12(Paper End) -------------  Foot SW
  120.       Pin 13(Select)    -------------  Dash/Keyer
  121.       Pin 15(Error)     -------------  Dot
  122.       Pin 18(Gnd)       -------------  GND
  123.  
  124.   *Joystick port                       Paddles/Keyer
  125.  
  126.       Pin 2   -----------------------  Dot
  127.       Pin 4,5 -----------------------  GND
  128.       Pin 7   -----------------------  Dash/Keyer
  129.       Pin 10  -----------------------  Foot SW
  130.  
  131.  
  132. <<Data file>>
  133.  
  134.  Ped has so simple data structure that you can make your own data easily.
  135.  
  136.  0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
  137.  |<---  CALL SIGN  ---->|  |<------>| 
  138.                                |
  139.                                +------ CONTEST NUMBER
  140.  
  141.  Extension must be '.PED'.(ex. ARRL.PED)
  142.  
  143.  
  144. (CT is  real time contest logging software written by Ken Wolff, K1EA)
  145. (Sound Blaster/Sound Blaster Pro are trademarks of CREATIVE LABS,INC.)
  146. (Pro Audio Spectrum 16 is trademark of MEDIA VISION.)
  147.  
  148. I will not store any effort to help you with any problems you may have.
  149. If you find any bugs, please send me a report. Thank you!
  150.  
  151.  
  152. JE3MAS
  153. MasIII H.Kozu
  154. room 906,10-20,Chuo 3-chome,
  155. Joto-ku,Osaka,536
  156. Japan
  157.  
  158. (INTERNET:  KHD00751@niftyserve.or.jp)
  159.  
  160.